[QEMU] Helper functions to interface with the xenstore and read device information...
authorkaf24@localhost.localdomain <kaf24@localhost.localdomain>
Fri, 27 Oct 2006 18:13:51 +0000 (19:13 +0100)
committerkaf24@localhost.localdomain <kaf24@localhost.localdomain>
Fri, 27 Oct 2006 18:13:51 +0000 (19:13 +0100)
commit72f529665da108360235b59c607e3067bfb0e5e5
tree5b1168a0b3ae24f55c571920ab6027b33a7cc6fe
parent45e3a175ec17462f78ada0adf68d138962f975e0
[QEMU] Helper functions to interface with the xenstore and read device information from it.

 - detect what types of devices a domain has or whether a domain has a
   device of a certain type
 - read the content of a variable related to a device, i.e.,
   hotplug-status
 - subscribe to changes of the hotplug status of a device for not
   having to poll the status

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/ioemu/vl.h
tools/ioemu/xenstore.c